All Questions
Tagged with xamldesign-patterns
2 questions
6votes
1answer
378views
Dynamic display of number converted to different numeral system
The program is displaying given number (right now it is only signed int) converted to different numeral system (binary,octal and hexadecimal for now). Number can be input in the text box and the ...
17votes
2answers
5kviews
Understanding the MVVM concepts and validation of my code
I have been learning MVVM concepts and trying to implement it in my new project. I want to validate my work that I have been doing these past days. I want to know if I follow correctly the MVVM ...